home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / libkcddb.kcfg < prev    next >
Extensible Markup Language  |  2008-01-04  |  2KB  |  68 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  5.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  6.   <include>QtCore/QDir</include>
  7.   <kcfgfile name="kcmcddbrc"/>
  8.   <group name="Lookup">
  9.     <entry name="hostname" type="String">
  10.       <default>freedb.freedb.org</default>
  11.     </entry>
  12.     <entry name="port" type="Int">
  13.       <default>80</default>
  14.     </entry>
  15.     <entry name="MusicBrainzLookupEnabled" type="Bool">
  16.       <default>false</default>
  17.     </entry>
  18.     <entry name="FreedbLookupEnabled" type="Bool">
  19.       <default>true</default>
  20.     </entry>
  21.     <entry name="CacheLookupEnabled" type="Bool">
  22.       <default>true</default>
  23.     </entry>
  24.     <entry name="FreedbLookupTransport" type="Enum">
  25.       <choices>
  26.         <choice name="CDDBP"></choice>
  27.         <choice name="HTTP"></choice>
  28.       </choices>
  29.       <default>HTTP</default>
  30.     </entry>
  31.     <entry name="cacheLocations" type="PathList">
  32.       <default code="true">QStringList(QDir::homePath()+"/.cddb/")</default>
  33.     </entry>
  34.   </group>
  35.   <group name="Submit">
  36.     <entry name="FreedbSubmitTransport" type="Enum">
  37.       <choices>
  38.         <choice name="HTTP"></choice>
  39.         <choice name="SMTP"></choice>
  40.       </choices>
  41.       <default>HTTP</default>
  42.     </entry>
  43.     <entry name="emailAddress" type="String">
  44.     </entry>
  45.     <entry name="httpSubmitServer" type="String">
  46.       <default>freedb.freedb.org</default>
  47.     </entry>
  48.     <entry name="httpSubmitPort" type="Int">
  49.       <default>80</default>
  50.     </entry>
  51.     <entry name="smtpPort" type="Int">
  52.       <default>25</default>
  53.     </entry>
  54.     <entry name="smtpUsername" type="String">
  55.     </entry>
  56.     <entry name="useGlobalEmail" type="Bool">
  57.       <default>true</default>
  58.     </entry>
  59.     <entry name="replyTo" type="String">
  60.     </entry>
  61.     <entry name="smtpHostname" type="String">
  62.     </entry>
  63.     <entry name="submitAddress" type="String">
  64.       <default>test-submit@freedb.org</default>
  65.     </entry>
  66.   </group>
  67. </kcfg>
  68.